1、有一个阿里云服务器 2、安装宝塔linux: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh 3、下载wordpress:官网下载https:/ ...
分类:
其他好文 时间:
2020-12-30 11:30:02
阅读次数:
0
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>教育——专注IT软件,人才培养</title> <meta name ...
分类:
其他好文 时间:
2020-12-30 11:25:35
阅读次数:
0
##机型 if(!function_exists('get_client_device')){ function get_client_device(){ if(request()->isMobile()){ $agent = strtolower($_SERVER['HTTP_USER_AGENT ...
分类:
Web程序 时间:
2020-12-30 11:18:27
阅读次数:
0
Node.js创建第一个应用 参考自https://www.runoob.com/nodejs/nodejs-http-server.html 一个Node.js应用的基本组成 引入required模块(必要的模块):使用require指令来载入相关的Node.js模块 创建服务器:用来监听客户端的 ...
分类:
Web程序 时间:
2020-12-30 11:12:56
阅读次数:
0
哈,我又来了...关于阅读源码,本号之前推送过一篇非常详尽的文章教大家如何方便的阅读framework源码:grepcode都无法访问了,如何更好的阅读源码大致为在线查看:http://androidxref.com/https://www.androidos.net.cn/sourcecode替换adk中android.jar直接在as中查看:https://github.com/anggray
分类:
其他好文 时间:
2020-12-30 11:06:28
阅读次数:
0
想必大家一定听说过Nginx,若没听说过它,那么一定听过它的"同行"Apache吧!Nginx的产生Nginx同Apache一样都是一种Web服务器。基于REST架构风格,以统一资源描述符(UniformResourcesIdentifier)URI或者统一资源定位符(UniformResourcesLocator)URL作为沟通依据,通过HTTP协议提供各种网络服务。然而,这
分类:
其他好文 时间:
2020-12-30 11:06:08
阅读次数:
0
想必大家一定听说过Nginx,若没听说过它,那么一定听过它的"同行"Apache吧!Nginx的产生Nginx同Apache一样都是一种Web服务器。基于REST架构风格,以统一资源描述符(UniformResourcesIdentifier)URI或者统一资源定位符(UniformResourcesLocator)URL作为沟通依据,通过HTTP协议提供各种网络服务。然而,这
分类:
其他好文 时间:
2020-12-30 11:05:54
阅读次数:
0
<script> axios.defaults.baseURL='http://localhost:8080/student';//配置全局属性 axios.defaults.timeout=10000;//超时10s axios.get('getAllstudent').then(res=>{// ...
分类:
移动开发 时间:
2020-12-30 10:59:44
阅读次数:
0
1、Bean 的作用域介绍 我们可以通过XML<bean> 元素中的 scope 属性 或者 @Scope 注解 来设置,例如: XML 中设置作用域:<bean id="" class="" scope="prototype" />注解设置作用域: @Scope("prototype") 或者 @ ...
分类:
编程语言 时间:
2020-12-30 10:58:35
阅读次数:
0